home *** CD-ROM | disk | FTP | other *** search
/ Tux Racer / Tux Racer.iso / program files / Sunspire Studios / Tux Racer / courses / swiss / object_textures.tcl < prev    next >
Encoding:
Text File  |  2001-10-10  |  4.5 KB  |  162 lines

  1. objcreate s_texture :textures:object:car_ramp \
  2.     -filename car_ramp.png
  3.  
  4. objcreate s_texture :textures:object:trolleyenv \
  5.     -filename trolleyenv.png
  6.  
  7. objcreate s_texture :textures:object:trolley \
  8.     -filename trolley.png
  9.  
  10. objcreate s_texture :textures:object:trolley \
  11.     -filename trolley.png
  12.  
  13. objcreate s_texture :textures:object:bridge \
  14.     -filename bridge.png
  15.  
  16. objcreate s_texture :textures:object:fountain \
  17.     -filename fountain.png
  18.  
  19. objcreate s_texture :textures:object:hotel \
  20.     -filename hotel.png
  21.  
  22. objcreate s_texture :textures:object:hotelenv \
  23.     -filename hotelenv.png
  24.  
  25. objcreate s_texture :textures:object:hotelarch \
  26.     -filename hotelarch.png
  27.  
  28. objcreate s_texture :textures:object:house_rounded_roof\
  29.     -filename house_rounded_roof.png
  30.  
  31. objcreate s_texture :textures:object:house_rounded_roof_env\
  32.     -filename house_rounded_roof_env.png
  33.  
  34. objcreate s_texture :textures:object:house_cabin \
  35.     -filename house_cabin.png
  36.  
  37. objcreate s_texture :textures:object:house_cabin_env \
  38.     -filename house_cabin_env.png
  39.  
  40. objcreate s_texture :textures:object:house_chalet \
  41.     -filename house_chalet.png
  42.  
  43. objcreate s_texture :textures:object:house_chalet_env \
  44.     -filename house_chalet_env.png
  45.  
  46. objcreate s_texture :textures:object:house_mushroom \
  47.     -filename house_mushroom.png
  48.  
  49. objcreate s_texture :textures:object:house_mushroom_env \
  50.     -filename house_mushroom_env.png
  51.  
  52. objcreate s_texture :textures:object:house_skilodge \
  53.     -filename house_skilodge.png
  54.  
  55. objcreate s_texture :textures:object:house_skilodge_env \
  56.     -filename house_skilodge_env.png
  57.  
  58. objcreate s_texture :textures:object:tree_snowy \
  59.     -filename tree_snowy.png
  60.  
  61. objcreate s_texture :textures:object:tree_snowy_low \
  62.     -filename ../common/treebillboard_snowy.png
  63.     
  64. objcreate s_texture :textures:object:tree_barren_snowy \
  65.     -filename tree_barren_snowy.png
  66.  
  67. objcreate s_texture :textures:object:tree_bent_snowy \
  68.     -filename tree_bent_snowy.png
  69.  
  70. objcreate s_texture :textures:object:tree_full_snowy \
  71.     -filename tree_full_snowy.png
  72.  
  73. objcreate s_texture :textures:object:tree_full_snowy_low \
  74.     -filename ../common/treefullsnowybillboard.png
  75.  
  76. objcreate s_texture :textures:object:log \
  77.     -filename log.png
  78.  
  79. objcreate s_texture :textures:object:bridge_hiway_bent \
  80.     -filename bridge_hiway_bent.png
  81.     
  82. objcreate s_texture :textures:object:bridge_hiway_straight \
  83.     -filename bridge_hiway_straight.png
  84.     
  85. objcreate s_texture :textures:object:bridge_tower \
  86.     -filename bridge_tower.png
  87.     
  88. objcreate s_texture :textures:object:compact \
  89.     -filename compact.png
  90.     
  91. objcreate s_texture :textures:object:compact \
  92.     -filename compact.png
  93.  
  94. objcreate s_texture :textures:object:compactenv \
  95.     -filename compact_env.png
  96.  
  97. objcreate s_texture :textures:object:gate \
  98.     -filename gate.png
  99.     
  100. objcreate s_texture :textures:object:streetlamp \
  101.     -filename streetlamp.png
  102.     
  103. objcreate s_texture :textures:object:trabant \
  104.     -filename trabant.png
  105.  
  106. objcreate s_texture :textures:object:trabantenv \
  107.     -filename trabant_env.png
  108.     
  109. objcreate s_texture :textures:object:truck \
  110.     -filename truck.png
  111.  
  112. objcreate s_texture :textures:object:truckenv \
  113.     -filename truck_env.png
  114.     
  115. objcreate s_texture :textures:object:house_townhouse1 \
  116.     -filename house_townhouse1.png
  117.     
  118. objcreate s_texture :textures:object:house_townhouse1_env \
  119.     -filename house_townhouse1_env.png
  120.     
  121. objcreate s_texture :textures:object:house_townhouse2 \
  122.     -filename house_townhouse2.png
  123.     
  124. objcreate s_texture :textures:object:house_townhouse2_env \
  125.     -filename house_townhouse2_env.png
  126.     
  127. objcreate s_texture :textures:object:house_townhouse3 \
  128.     -filename house_townhouse3.png
  129.     
  130. objcreate s_texture :textures:object:house_townhouse3_env \
  131.     -filename house_townhouse3_env.png
  132.     
  133. objcreate s_texture :textures:object:house_townhouse4 \
  134.     -filename house_townhouse4.png
  135.     
  136. objcreate s_texture :textures:object:house_townhouse4_env \
  137.     -filename house_townhouse4_env.png
  138.     
  139. objcreate s_texture :textures:object:house_store1 \
  140.     -filename house_store1.png
  141.     
  142. objcreate s_texture :textures:object:house_store1_env \
  143.     -filename house_store1_env.png
  144.     
  145. objcreate s_texture :textures:object:house_store2 \
  146.     -filename house_store2.png
  147.     
  148. objcreate s_texture :textures:object:house_store2_env \
  149.     -filename house_store2_env.png
  150.     
  151. objcreate s_texture :textures:object:house_store3 \
  152.     -filename house_store3.png
  153.     
  154. objcreate s_texture :textures:object:house_store3_env \
  155.     -filename house_store3_env.png
  156.     
  157. objcreate s_texture :textures:object:house_store4 \
  158.     -filename house_store4.png
  159.  
  160.  
  161.  
  162.